Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 15 - Pick Objects / Pick Objects Reference
Pick Objects Routines / Managing Shape Parts and Mesh Parts


Q3MeshPart_GetComponent

You can use the Q3MeshPart_GetComponent function to get the mesh component that contains a mesh part.

TQ3Status Q3MeshPart_GetComponent (
TQ3MeshPartObject meshPartObject, 
TQ3MeshComponent *component);
meshPartObject
A mesh part object.
component
On exit, the mesh component that contains the specified mesh part object.
DESCRIPTION
The Q3MeshPart_GetComponent function returns, in the component parameter, the mesh component that contains the mesh part object specified by the meshPartObject parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996